home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef PPCEXAMPLES_MSG9_H
- #define PPCEXAMPLES_MSG9_H 1
-
- /*
- **
- ** $VER: msg9.h 46.1 (3.6.98)
- ** Msg9 46.1
- **
- ** header file for msg9
- **
- ** Written 1997/1998 by Roland Mainz (gisburn@w-specht.rhein-ruhr.de)
- **
- */
-
- /******************************************************************************/
- /* test code configuration */
-
- #define USE_PPC_STDIO (0) /* 1=print ppc I/O on m68k console, 0=open an own console window */
-
- /******************************************************************************/
-
- /* Note: Be sure that both PPC and m68k side have the structure members at the same place.
- * "char", "short" and "double" members may cause problems here !
- */
- struct StartupData
- {
- ULONG BodySize;
- };
-
- /******************************************************************************/
-
- #endif /* !PPCEXAMPLES_MSG9_H */
-
-
-